Don't forget to read the readme for the favoriteAnims.xml line. It's necessary to add.

Place this line into FavoriteAnims.xml in your menyooStuff folder.

	<Anim dict="anim@shaka_sit" name="shaka_clip" />
	<Anim dict="anim@male_casual_stance" name="casual_stance_clip" />
	<Anim dict="anim@male_insta_selfie" name="insta_selfie_clip" />
	<Anim dict="anim@male_bskball_dunk" name="bskball_dunk_clip" />
	<Anim dict="anim@male_bskball_photo_pose" name="photo_pose_clip" />
	<Anim dict="anim@male_bskball_hold" name="bskball_hold_clip" />



Install using Jennie's Custom Anims mod. Get it here:
https://www.gta5-mods.com/misc/custom-animations-add-on-customanims

Make sure you follow their guidelines on how to install that mod properly and how to install animations using it.



FOR DPEMOTES USERS ON FIVEM: 

NOTE: FOR PROP PLACEMENT, FOLLOW THIS TUTORIAL:
https://forum.cfx.re/t/how-to-menyoo-to-dpemotes-conversion-streaming-custom-add-on-props/4775018

Place the ycd file into this folder:

resources/dpemotes-master/streams

Then copy this line into your AnimationList.lua

["shakasitting"] = {"anim@shaka_sit", "shaka_clip", "Kicked Back Shaka (Smos)", AnimationOptions =
{
	EmoteLoop = loop,
	EmoteMoving = false,
}},

["mstance1"] = {"anim@male_casual_stance", "casual_stance", "Casual Male Stance (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["mselfie1"] = {"anim@male_insta_selfie", "insta_selfie_clip", "Male Selfie 1 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["bskball1"] = {"anim@male_bskball_dunk", "bskball_dunk_clip", "Basketball Dunk (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["bskball2"] = {"anim@male_bskball_photo_pose", "photo_pose_clip", "Basketball Photo Pose (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["bskball3"] = {"anim@male_bskball_hold", "bskball_hold_clip", "Basketbal Hold (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},
